const runtime.timeHistMaxBucketBits
4 uses
runtime (current package)
histogram.go#L66: timeHistMaxBucketBits = 48 // Note that this is exclusive; 1 higher than the actual range.
histogram.go#L69: timeHistNumBuckets = timeHistMaxBucketBits - timeHistMinBucketBits + 1
histogram.go#L170: for i := timeHistMinBucketBits; i < timeHistMaxBucketBits; i++ {
histogram.go#L187: b[len(b)-2] = float64(uint64(1)<<(timeHistMaxBucketBits-1)) / 1e9
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |